From: Keir Fraser Date: Thu, 18 Nov 2010 11:44:40 +0000 (+0000) Subject: waitqueue: Add license info to source file. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11244 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22%22?a=commitdiff_plain;h=c03ec255cdfe2ee762e27be80132ee240be50314;p=xen.git waitqueue: Add license info to source file. Signed-off-by: Keir Fraser --- diff --git a/xen/common/wait.c b/xen/common/wait.c index cb63f85916..ae62958271 100644 --- a/xen/common/wait.c +++ b/xen/common/wait.c @@ -2,6 +2,22 @@ * wait.c * * Sleep in hypervisor context for some event to occur. + * + * Copyright (c) 2010, Keir Fraser + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/xen/include/xen/wait.h b/xen/include/xen/wait.h index c1793fd304..dd3db9f872 100644 --- a/xen/include/xen/wait.h +++ b/xen/include/xen/wait.h @@ -2,6 +2,8 @@ * wait.h * * Sleep in hypervisor context for some event to occur. + * + * Copyright (c) 2010, Keir Fraser */ #ifndef __XEN_WAIT_H__